'宣言 Overloads Public Operator Widening CType( _ ByVal result As ActionResult(Of T) _ ) As System.Boolean
public System.bool operator implicit( ActionResult<T> result )
パラメータ
- result
- 変換する指定されたActionResult。
戻り値の型
変換の結果。
'宣言 Overloads Public Operator Widening CType( _ ByVal result As ActionResult(Of T) _ ) As System.Boolean
public System.bool operator implicit( ActionResult<T> result )